Different versions of the Windows operating system, IIS version is also different (the operating system version is increased, IIS version is also increased), how to view their own IIS version?
Quick Steps as follows:
Start → Control panel→ Administrative Tools → Internet Information Services (IIS) Manager → Help → About Internet Information Services.
Each version of Windows corresponds to a version of IIS, as follows:
Windows 2000 is IIS 5.0;
Windows XP is IIS 5.1;
Windows 2003 is IIS 6.0;
Vista and 2008 are IIS 7.0;
Windows 7 and 2008 R2 are IIS 7.5;
Windows 8 is IIS 8.0;
Post your comments / questions
Recent Article
- How to create custom 404 error page in Django?
- Requested setting INSTALLED_APPS, but settings are not configured. You must either define..
- ValueError:All arrays must be of the same length - Python
- Check hostname requires server hostname - SOLVED
- How to restrict access to the page Access only for logged user in Django
- Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default
- Add or change a related_name argument to the definition for 'auth.User.groups' or 'DriverUser.groups'. -Django ERROR
- Addition of two numbers in django python
Related Article